Johan Bockg� <bojohan at gnu.org>
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Nov 2007 03:45:35 +0000 (03:45 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Nov 2007 03:45:35 +0000 (03:45 +0000)
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.

http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html

src/w32term.c

index 510f2381a6d1bd02b3d48faea3edccab28bc308a..a2d64ba581f650c2353e53c7d56b0ebb27bb7774 100644 (file)
@@ -2364,7 +2364,6 @@ x_draw_stretch_glyph_string (s)
      struct glyph_string *s;
 {
   xassert (s->first_glyph->type == STRETCH_GLYPH);
-  s->stippled_p = s->face->stipple != 0;
 
   if (s->hl == DRAW_CURSOR
       && !x_stretch_cursor_p)